home *** CD-ROM | disk | FTP | other *** search
- if(sk_done eq "yes")
- {
- sk_done = "";
- gotoAndStop(_currentframe + "2");
- }
- else if(error ne "")
- {
- view_scores = error;
- stop();
- }
- else
- {
- if(count < "4")
- {
- view_scores = "LOADING SCORES.";
- }
- else if(count >= "4" and count < "8")
- {
- view_scores = "LOADING SCORES..";
- }
- else if(count >= "8" and count < "12")
- {
- view_scores = "LOADING SCORES...";
- }
- else if(count >= "12" and count < "16")
- {
- view_scores = "LOADING SCORES";
- }
- else
- {
- view_scores = "LOADING SCORES";
- count = "0";
- }
- play();
- }
- count += "1";
-